Html Css Color HEX #C12908 Harley Davidson Orange

📋 copy color: '#C12908'

red 193 ◦ green 41 ◦ blue 8

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

Shades of Harley Davidson Orange #C12908

Tints of Harley Davidson Orange #C12908

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.94%

 BLUE value IS 8 (3.52% from 255) = 3.31%

R = 79.75%
G = 16.94%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C12908 (or 0xC12908) is known color: Harley Davidson Orange. HEX triplet: C1, 29 and 08. RGB value is (193,41,8). Sum of RGB (Red+Green+Blue) = 193+41+8=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C12908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12908 is #3ED6F7. Grayscale: #525252. Windows color (decimal): -4118264 or 534977. OLE color: 534977.

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

Color convert

RGB 193 41 8 -
CMYK 0 0.79 0.96 0.24
HSL 10.7º 0.92% 0.39% -
HSV(B) 10.7º 0.96% 0.76% -
XYZ 22.83 12.94 1.52 -
YUV 82.69 85.86 206.68 -
System Red Green Blue C M Y K H S L
Decimal 193 41 8 0 0.79 0.96 0.24 10.7 0.92 0.39
Hex C1 29 8 0 4F 60 18 B 5C 27
Octal 301 51 10 0 117 140 30 13 134 47
Binary 11000001 101001 1000 0 1001111 1100000 11000 1011 1011100 100111

Color Harmonies of #C12908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12908

Black with #C12908

Text Example


Text Example

White with #C12908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12908; }

 p { color: rgb(193,41,8); }

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

background-color css

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

 a { background-color: rgb(193,41,8); }

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

border-color css

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

 span { border-color: rgb(193,41,8); }

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