Html Css Color HEX #C12804 Harley Davidson Orange

📋 copy color: '#C12804'

red 193 ◦ green 40 ◦ blue 4

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

Shades of Harley Davidson Orange #C12804

Tints of Harley Davidson Orange #C12804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 81.43%
G = 16.88%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C12804 (or 0xC12804) is known color: Harley Davidson Orange. HEX triplet: C1, 28 and 04. RGB value is (193,40,4). Sum of RGB (Red+Green+Blue) = 193+40+4=237 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.43% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 193 - color contains mainly: red. Hex color #C12804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12804 is #3ED7FB. Grayscale: #515151. Windows color (decimal): -4118524 or 272577. OLE color: 272577.

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

Color convert

RGB 193 40 4 -
CMYK 0 0.79 0.98 0.24
HSL 11.43º 0.96% 0.39% -
HSV(B) 11.43º 0.98% 0.76% -
XYZ 22.77 12.86 1.4 -
YUV 81.64 84.19 207.43 -
System Red Green Blue C M Y K H S L
Decimal 193 40 4 0 0.79 0.98 0.24 11.43 0.96 0.39
Hex C1 28 4 0 4F 62 18 B 60 27
Octal 301 50 4 0 117 142 30 13 140 47
Binary 11000001 101000 100 0 1001111 1100010 11000 1011 1100000 100111

Color Harmonies of #C12804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12804

Black with #C12804

Text Example


Text Example

White with #C12804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12804; }

 p { color: rgb(193,40,4); }

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

background-color css

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

 a { background-color: rgb(193,40,4); }

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

border-color css

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

 span { border-color: rgb(193,40,4); }

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