Html Css Color HEX #CC4223 Harley Davidson Orange

📋 copy color: '#CC4223'

red 204 ◦ green 66 ◦ blue 35

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

Shades of Harley Davidson Orange #CC4223

Tints of Harley Davidson Orange #CC4223

RGB

 RED value IS 204 (80.08% from 255) = 66.89%

 GREEN value IS 66 (26.17% from 255) = 21.64%

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

R = 66.89%
G = 21.64%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC4223 (or 0xCC4223) is known color: Harley Davidson Orange. HEX triplet: CC, 42 and 23. RGB value is (204,66,35). Sum of RGB (Red+Green+Blue) = 204+66+35=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4223 is #33BDDC. Grayscale: #676767. Windows color (decimal): -3390941 or 2310860. OLE color: 2310860.

HSL color Cylindrical-coordinate representation of color #CC4223: hue angle of 11.01º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC4223 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 35 -
CMYK 0 0.68 0.83 0.2
HSL 11.01º 0.71% 0.47% -
HSV(B) 11.01º 0.83% 0.8% -
XYZ 27.15 16.86 3.41 -
YUV 103.73 89.22 199.52 -
System Red Green Blue C M Y K H S L
Decimal 204 66 35 0 0.68 0.83 0.2 11.01 0.71 0.47
Hex CC 42 23 0 44 53 14 B 47 2F
Octal 314 102 43 0 104 123 24 13 107 57
Binary 11001100 1000010 100011 0 1000100 1010011 10100 1011 1000111 101111

Color Harmonies of #CC4223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4223

Black with #CC4223

Text Example


Text Example

White with #CC4223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4223; }

 p { color: rgb(204,66,35); }

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

background-color css

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

 a { background-color: rgb(204,66,35); }

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

border-color css

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

 span { border-color: rgb(204,66,35); }

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