Html Css Color HEX #C23312 Harley Davidson Orange

📋 copy color: '#C23312'

red 194 ◦ green 51 ◦ blue 18

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

Shades of Harley Davidson Orange #C23312

Tints of Harley Davidson Orange #C23312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

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

R = 73.76%
G = 19.39%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C23312 (or 0xC23312) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 12. RGB value is (194,51,18). Sum of RGB (Red+Green+Blue) = 194+51+18=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C23312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23312 is #3DCCED. Grayscale: #5A5A5A. Windows color (decimal): -4050158 or 1192898. OLE color: 1192898.

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

Color convert

RGB 194 51 18 -
CMYK 0 0.74 0.91 0.24
HSL 11.25º 0.83% 0.42% -
HSV(B) 11.25º 0.91% 0.76% -
XYZ 23.54 13.88 2.01 -
YUV 90 87.38 202.18 -
System Red Green Blue C M Y K H S L
Decimal 194 51 18 0 0.74 0.91 0.24 11.25 0.83 0.42
Hex C2 33 12 0 4A 5B 18 B 53 2A
Octal 302 63 22 0 112 133 30 13 123 52
Binary 11000010 110011 10010 0 1001010 1011011 11000 1011 1010011 101010

Color Harmonies of #C23312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23312

Black with #C23312

Text Example


Text Example

White with #C23312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23312; }

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

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

background-color css

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

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

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

border-color css

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

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

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