Html Css Color HEX #CC361B Harley Davidson Orange

📋 copy color: '#CC361B'

red 204 ◦ green 54 ◦ blue 27

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

Shades of Harley Davidson Orange #CC361B

Tints of Harley Davidson Orange #CC361B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.47%

R = 71.58%
G = 18.95%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC361B (or 0xCC361B) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 1B. RGB value is (204,54,27). Sum of RGB (Red+Green+Blue) = 204+54+27=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC361B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC361B is #33C9E4. Grayscale: #606060. Windows color (decimal): -3394021 or 1783500. OLE color: 1783500.

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

Color convert

RGB 204 54 27 -
CMYK 0 0.74 0.87 0.2
HSL 9.15º 0.77% 0.45% -
HSV(B) 9.15º 0.87% 0.8% -
XYZ 26.42 15.55 2.65 -
YUV 95.77 89.2 205.2 -
System Red Green Blue C M Y K H S L
Decimal 204 54 27 0 0.74 0.87 0.2 9.15 0.77 0.45
Hex CC 36 1B 0 4A 57 14 9 4D 2D
Octal 314 66 33 0 112 127 24 11 115 55
Binary 11001100 110110 11011 0 1001010 1010111 10100 1001 1001101 101101

Color Harmonies of #CC361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC361B

Black with #CC361B

Text Example


Text Example

White with #CC361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC361B; }

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

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

background-color css

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

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

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

border-color css

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

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

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