Html Css Color HEX #C03323 Harley Davidson Orange

📋 copy color: '#C03323'

red 192 ◦ green 51 ◦ blue 35

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

Shades of Harley Davidson Orange #C03323

Tints of Harley Davidson Orange #C03323

RGB

 RED value IS 192 (75.39% from 255) = 69.06%

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

 BLUE value IS 35 (14.06% from 255) = 12.59%

R = 69.06%
G = 18.35%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C03323 (or 0xC03323) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 23. RGB value is (192,51,35). Sum of RGB (Red+Green+Blue) = 192+51+35=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C03323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03323 is #3FCCDC. Grayscale: #5B5B5B. Windows color (decimal): -4181213 or 2307008. OLE color: 2307008.

HSL color Cylindrical-coordinate representation of color #C03323: hue angle of 6.11º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C03323 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 51 35 -
CMYK 0 0.73 0.82 0.25
HSL 6.11º 0.69% 0.45% -
HSV(B) 6.11º 0.82% 0.75% -
XYZ 23.23 13.7 3.01 -
YUV 91.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 192 51 35 0 0.73 0.82 0.25 6.11 0.69 0.45
Hex C0 33 23 0 49 52 19 6 45 2D
Octal 300 63 43 0 111 122 31 6 105 55
Binary 11000000 110011 100011 0 1001001 1010010 11001 110 1000101 101101

Color Harmonies of #C03323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03323

Black with #C03323

Text Example


Text Example

White with #C03323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03323; }

 p { color: rgb(192,51,35); }

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

background-color css

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

 a { background-color: rgb(192,51,35); }

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

border-color css

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

 span { border-color: rgb(192,51,35); }

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