Html Css Color HEX #CC321F Harley Davidson Orange

📋 copy color: '#CC321F'

red 204 ◦ green 50 ◦ blue 31

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

Shades of Harley Davidson Orange #CC321F

Tints of Harley Davidson Orange #CC321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

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

R = 71.58%
G = 17.54%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC321F (or 0xCC321F) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 1F. RGB value is (204,50,31). Sum of RGB (Red+Green+Blue) = 204+50+31=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC321F is #33CDE0. Grayscale: #5E5E5E. Windows color (decimal): -3395041 or 2044620. OLE color: 2044620.

HSL color Cylindrical-coordinate representation of color #CC321F: hue angle of 6.59º 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 #CC321F is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 50 31 -
CMYK 0 0.75 0.85 0.2
HSL 6.59º 0.74% 0.46% -
HSV(B) 6.59º 0.85% 0.8% -
XYZ 26.29 15.22 2.85 -
YUV 93.88 92.52 206.54 -
System Red Green Blue C M Y K H S L
Decimal 204 50 31 0 0.75 0.85 0.2 6.59 0.74 0.46
Hex CC 32 1F 0 4B 55 14 7 4A 2E
Octal 314 62 37 0 113 125 24 7 112 56
Binary 11001100 110010 11111 0 1001011 1010101 10100 111 1001010 101110

Color Harmonies of #CC321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC321F

Black with #CC321F

Text Example


Text Example

White with #CC321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC321F; }

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

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

background-color css

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

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

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

border-color css

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

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

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