Html Css Color HEX #C12F01 Harley Davidson Orange

📋 copy color: '#C12F01'

red 193 ◦ green 47 ◦ blue 1

#C12F01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C12F01

Tints of Harley Davidson Orange #C12F01

RGB

 RED value IS 193 (75.78% from 255) = 80.08%

 GREEN value IS 47 (18.75% from 255) = 19.5%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 80.08%
G = 19.5%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C12F01 (or 0xC12F01) is known color: Harley Davidson Orange. HEX triplet: C1, 2F and 01. RGB value is (193,47,1). Sum of RGB (Red+Green+Blue) = 193+47+1=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12F01 is #3ED0FE. Grayscale: #555555. Windows color (decimal): -4116735 or 77761. OLE color: 77761.

HSL color Cylindrical-coordinate representation of color #C12F01: hue angle of 14.38º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C12F01 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 47 1 -
CMYK 0 0.76 0.99 0.24
HSL 14.38º 0.99% 0.38% -
HSV(B) 14.38º 0.99% 0.76% -
XYZ 23.01 13.37 1.4 -
YUV 85.41 80.37 204.74 -
System Red Green Blue C M Y K H S L
Decimal 193 47 1 0 0.76 0.99 0.24 14.38 0.99 0.38
Hex C1 2F 1 0 4C 63 18 E 63 26
Octal 301 57 1 0 114 143 30 16 143 46
Binary 11000001 101111 1 0 1001100 1100011 11000 1110 1100011 100110

Color Harmonies of #C12F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12F01

Black with #C12F01

Text Example


Text Example

White with #C12F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12F01; }

 p { color: rgb(193,47,1); }

 H1.HeaderClassName
 {
   color: #C12F01;
 }
 .AnyTagClassName
 {
   color: #C12F01;
 }
</style>

background-color css

<style>
 a { background-color: #C12F01; }

 a { background-color: rgb(193,47,1); }

 div.DivClassName
 {
   background-color: #C12F01;
 }
 .BgClassName
 {
   background-color: #C12F01;
 }
</style>

border-color css

<style>
 span { border-color: #C12F01; }

 span { border-color: rgb(193,47,1); }

 td.TdClassName
 {
   border-color: #C12F01;
 }
 .TagClassName
 {
   border-color: #C12F01;
 }
</style>