Html Css Color HEX #C04021 Harley Davidson Orange

📋 copy color: '#C04021'

red 192 ◦ green 64 ◦ blue 33

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

Shades of Harley Davidson Orange #C04021

Tints of Harley Davidson Orange #C04021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

 BLUE value IS 33 (13.28% from 255) = 11.42%

R = 66.44%
G = 22.15%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C04021 (or 0xC04021) is known color: Harley Davidson Orange. HEX triplet: C0, 40 and 21. RGB value is (192,64,33). Sum of RGB (Red+Green+Blue) = 192+64+33=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C04021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04021 is #3FBFDE. Grayscale: #626262. Windows color (decimal): -4177887 or 2179264. OLE color: 2179264.

HSL color Cylindrical-coordinate representation of color #C04021: hue angle of 11.7º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C04021 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 64 33 -
CMYK 0 0.67 0.83 0.25
HSL 11.7º 0.71% 0.44% -
HSV(B) 11.7º 0.83% 0.75% -
XYZ 23.85 14.98 3.07 -
YUV 98.74 90.91 194.52 -
System Red Green Blue C M Y K H S L
Decimal 192 64 33 0 0.67 0.83 0.25 11.7 0.71 0.44
Hex C0 40 21 0 43 53 19 C 47 2C
Octal 300 100 41 0 103 123 31 14 107 54
Binary 11000000 1000000 100001 0 1000011 1010011 11001 1100 1000111 101100

Color Harmonies of #C04021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04021

Black with #C04021

Text Example


Text Example

White with #C04021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04021; }

 p { color: rgb(192,64,33); }

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

background-color css

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

 a { background-color: rgb(192,64,33); }

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

border-color css

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

 span { border-color: rgb(192,64,33); }

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