Html Css Color HEX #C23009 Harley Davidson Orange

📋 copy color: '#C23009'

red 194 ◦ green 48 ◦ blue 9

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

Shades of Harley Davidson Orange #C23009

Tints of Harley Davidson Orange #C23009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.12%

 BLUE value IS 9 (3.91% from 255) = 3.59%

R = 77.29%
G = 19.12%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C23009 (or 0xC23009) is known color: Harley Davidson Orange. HEX triplet: C2, 30 and 09. RGB value is (194,48,9). Sum of RGB (Red+Green+Blue) = 194+48+9=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C23009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23009 is #3DCFF6. Grayscale: #575757. Windows color (decimal): -4050935 or 602306. OLE color: 602306.

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

Color convert

RGB 194 48 9 -
CMYK 0 0.75 0.95 0.24
HSL 12.65º 0.91% 0.4% -
HSV(B) 12.65º 0.95% 0.76% -
XYZ 23.35 13.6 1.65 -
YUV 87.21 83.87 204.17 -
System Red Green Blue C M Y K H S L
Decimal 194 48 9 0 0.75 0.95 0.24 12.65 0.91 0.4
Hex C2 30 9 0 4B 5F 18 D 5B 28
Octal 302 60 11 0 113 137 30 15 133 50
Binary 11000010 110000 1001 0 1001011 1011111 11000 1101 1011011 101000

Color Harmonies of #C23009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23009

Black with #C23009

Text Example


Text Example

White with #C23009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23009; }

 p { color: rgb(194,48,9); }

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

background-color css

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

 a { background-color: rgb(194,48,9); }

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

border-color css

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

 span { border-color: rgb(194,48,9); }

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