Html Css Color HEX #C23300 Harley Davidson Orange

📋 copy color: '#C23300'

red 194 ◦ green 51 ◦ blue 0

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

Shades of Harley Davidson Orange #C23300

Tints of Harley Davidson Orange #C23300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.18%
G = 20.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C23300 (or 0xC23300) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 00. RGB value is (194,51,0). Sum of RGB (Red+Green+Blue) = 194+51+0=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C23300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23300 is #3DCCFF. Grayscale: #585858. Windows color (decimal): -4050176 or 13250. OLE color: 13250.

HSL color Cylindrical-coordinate representation of color #C23300: hue angle of 15.77º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C23300 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 51 0 -
CMYK 0 0.74 1 0.24
HSL 15.77º 1% 0.38% -
HSV(B) 15.77º 1% 0.76% -
XYZ 23.43 13.84 1.44 -
YUV 87.94 78.38 203.65 -
System Red Green Blue C M Y K H S L
Decimal 194 51 0 0 0.74 1 0.24 15.77 1 0.38
Hex C2 33 0 0 4A 64 18 10 64 26
Octal 302 63 0 0 112 144 30 20 144 46
Binary 11000010 110011 0 0 1001010 1100100 11000 10000 1100100 100110

Color Harmonies of #C23300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23300

Black with #C23300

Text Example


Text Example

White with #C23300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23300; }

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

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

background-color css

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

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

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

border-color css

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

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

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