Html Css Color HEX #CC3A1F Harley Davidson Orange

📋 copy color: '#CC3A1F'

red 204 ◦ green 58 ◦ blue 31

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

Shades of Harley Davidson Orange #CC3A1F

Tints of Harley Davidson Orange #CC3A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.8%

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

R = 69.62%
G = 19.8%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC3A1F (or 0xCC3A1F) is known color: Harley Davidson Orange. HEX triplet: CC, 3A and 1F. RGB value is (204,58,31). Sum of RGB (Red+Green+Blue) = 204+58+31=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A1F is #33C5E0. Grayscale: #626262. Windows color (decimal): -3392993 or 2046668. OLE color: 2046668.

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

Color convert

RGB 204 58 31 -
CMYK 0 0.72 0.85 0.2
HSL 9.36º 0.74% 0.46% -
HSV(B) 9.36º 0.85% 0.8% -
XYZ 26.66 15.96 2.97 -
YUV 98.58 89.87 203.2 -
System Red Green Blue C M Y K H S L
Decimal 204 58 31 0 0.72 0.85 0.2 9.36 0.74 0.46
Hex CC 3A 1F 0 48 55 14 9 4A 2E
Octal 314 72 37 0 110 125 24 11 112 56
Binary 11001100 111010 11111 0 1001000 1010101 10100 1001 1001010 101110

Color Harmonies of #CC3A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3A1F

Black with #CC3A1F

Text Example


Text Example

White with #CC3A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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