Html Css Color HEX #C23612 Harley Davidson Orange

📋 copy color: '#C23612'

red 194 ◦ green 54 ◦ blue 18

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

Shades of Harley Davidson Orange #C23612

Tints of Harley Davidson Orange #C23612

RGB

 RED value IS 194 (76.17% from 255) = 72.93%

 GREEN value IS 54 (21.48% from 255) = 20.3%

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 72.93%
G = 20.3%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C23612 (or 0xC23612) is known color: Harley Davidson Orange. HEX triplet: C2, 36 and 12. RGB value is (194,54,18). Sum of RGB (Red+Green+Blue) = 194+54+18=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C23612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23612 is #3DC9ED. Grayscale: #5C5C5C. Windows color (decimal): -4049390 or 1193666. OLE color: 1193666.

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

Color convert

RGB 194 54 18 -
CMYK 0 0.72 0.91 0.24
HSL 12.27º 0.83% 0.42% -
HSV(B) 12.27º 0.91% 0.76% -
XYZ 23.68 14.15 2.06 -
YUV 91.76 86.38 200.93 -
System Red Green Blue C M Y K H S L
Decimal 194 54 18 0 0.72 0.91 0.24 12.27 0.83 0.42
Hex C2 36 12 0 48 5B 18 C 53 2A
Octal 302 66 22 0 110 133 30 14 123 52
Binary 11000010 110110 10010 0 1001000 1011011 11000 1100 1010011 101010

Color Harmonies of #C23612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23612

Black with #C23612

Text Example


Text Example

White with #C23612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23612; }

 p { color: rgb(194,54,18); }

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

background-color css

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

 a { background-color: rgb(194,54,18); }

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

border-color css

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

 span { border-color: rgb(194,54,18); }

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