Html Css Color HEX #CC221F Harley Davidson Orange

📋 copy color: '#CC221F'

red 204 ◦ green 34 ◦ blue 31

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

Shades of Harley Davidson Orange #CC221F

Tints of Harley Davidson Orange #CC221F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 75.84%
G = 12.64%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC221F (or 0xCC221F) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 1F. RGB value is (204,34,31). Sum of RGB (Red+Green+Blue) = 204+34+31=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC221F is #33DDE0. Grayscale: #545454. Windows color (decimal): -3399137 or 2040524. OLE color: 2040524.

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

Color convert

RGB 204 34 31 -
CMYK 0 0.83 0.85 0.2
HSL 1.04º 0.74% 0.46% -
HSV(B) 1.04º 0.85% 0.8% -
XYZ 25.72 14.08 2.66 -
YUV 84.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 204 34 31 0 0.83 0.85 0.2 1.04 0.74 0.46
Hex CC 22 1F 0 53 55 14 1 4A 2E
Octal 314 42 37 0 123 125 24 1 112 56
Binary 11001100 100010 11111 0 1010011 1010101 10100 1 1001010 101110

Color Harmonies of #CC221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC221F

Black with #CC221F

Text Example


Text Example

White with #CC221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC221F; }

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

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

background-color css

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

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

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

border-color css

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

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

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