Html Css Color HEX #C23712 Harley Davidson Orange

📋 copy color: '#C23712'

red 194 ◦ green 55 ◦ blue 18

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

Shades of Harley Davidson Orange #C23712

Tints of Harley Davidson Orange #C23712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.6%

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

R = 72.66%
G = 20.6%
B = 6.74%

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

#C23712 (or 0xC23712) is known color: Harley Davidson Orange. HEX triplet: C2, 37 and 12. RGB value is (194,55,18). Sum of RGB (Red+Green+Blue) = 194+55+18=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C23712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23712 is #3DC8ED. Grayscale: #5C5C5C. Windows color (decimal): -4049134 or 1193922. OLE color: 1193922.

HSL color Cylindrical-coordinate representation of color #C23712: hue angle of 12.61º 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 #C23712 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 55 18 -
CMYK 0 0.72 0.91 0.24
HSL 12.61º 0.83% 0.42% -
HSV(B) 12.61º 0.91% 0.76% -
XYZ 23.72 14.25 2.07 -
YUV 92.34 86.05 200.51 -
System Red Green Blue C M Y K H S L
Decimal 194 55 18 0 0.72 0.91 0.24 12.61 0.83 0.42
Hex C2 37 12 0 48 5B 18 D 53 2A
Octal 302 67 22 0 110 133 30 15 123 52
Binary 11000010 110111 10010 0 1001000 1011011 11000 1101 1010011 101010

Color Harmonies of #C23712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23712

Black with #C23712

Text Example


Text Example

White with #C23712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23712; }

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

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

background-color css

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

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

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

border-color css

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

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

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