Html Css Color HEX #CC221D Harley Davidson Orange

📋 copy color: '#CC221D'

red 204 ◦ green 34 ◦ blue 29

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

Shades of Harley Davidson Orange #CC221D

Tints of Harley Davidson Orange #CC221D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.73%

 BLUE value IS 29 (11.72% from 255) = 10.86%

R = 76.4%
G = 12.73%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC221D (or 0xCC221D) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 1D. RGB value is (204,34,29). Sum of RGB (Red+Green+Blue) = 204+34+29=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC221D is #33DDE2. Grayscale: #545454. Windows color (decimal): -3399139 or 1909452. OLE color: 1909452.

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

Color convert

RGB 204 34 29 -
CMYK 0 0.83 0.86 0.2
HSL 1.71º 0.75% 0.46% -
HSV(B) 1.71º 0.86% 0.8% -
XYZ 25.7 14.07 2.52 -
YUV 84.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 204 34 29 0 0.83 0.86 0.2 1.71 0.75 0.46
Hex CC 22 1D 0 53 56 14 2 4B 2E
Octal 314 42 35 0 123 126 24 2 113 56
Binary 11001100 100010 11101 0 1010011 1010110 10100 10 1001011 101110

Color Harmonies of #CC221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC221D

Black with #CC221D

Text Example


Text Example

White with #CC221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC221D; }

 p { color: rgb(204,34,29); }

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

background-color css

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

 a { background-color: rgb(204,34,29); }

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

border-color css

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

 span { border-color: rgb(204,34,29); }

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