Html Css Color HEX #CC361F Harley Davidson Orange

📋 copy color: '#CC361F'

red 204 ◦ green 54 ◦ blue 31

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

Shades of Harley Davidson Orange #CC361F

Tints of Harley Davidson Orange #CC361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

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

R = 70.59%
G = 18.69%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC361F (or 0xCC361F) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 1F. RGB value is (204,54,31). Sum of RGB (Red+Green+Blue) = 204+54+31=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC361F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC361F is #33C9E0. Grayscale: #606060. Windows color (decimal): -3394017 or 2045644. OLE color: 2045644.

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

Color convert

RGB 204 54 31 -
CMYK 0 0.74 0.85 0.2
HSL 7.98º 0.74% 0.46% -
HSV(B) 7.98º 0.85% 0.8% -
XYZ 26.47 15.57 2.91 -
YUV 96.23 91.2 204.87 -
System Red Green Blue C M Y K H S L
Decimal 204 54 31 0 0.74 0.85 0.2 7.98 0.74 0.46
Hex CC 36 1F 0 4A 55 14 8 4A 2E
Octal 314 66 37 0 112 125 24 10 112 56
Binary 11001100 110110 11111 0 1001010 1010101 10100 1000 1001010 101110

Color Harmonies of #CC361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC361F

Black with #CC361F

Text Example


Text Example

White with #CC361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC361F; }

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

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

background-color css

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

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

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

border-color css

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

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

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