Html Css Color HEX #CC3E25 Harley Davidson Orange

📋 copy color: '#CC3E25'

red 204 ◦ green 62 ◦ blue 37

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

Shades of Harley Davidson Orange #CC3E25

Tints of Harley Davidson Orange #CC3E25

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.46%

 BLUE value IS 37 (14.84% from 255) = 12.21%

R = 67.33%
G = 20.46%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3E25 (or 0xCC3E25) is known color: Harley Davidson Orange. HEX triplet: CC, 3E and 25. RGB value is (204,62,37). Sum of RGB (Red+Green+Blue) = 204+62+37=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E25 is #33C1DA. Grayscale: #656565. Windows color (decimal): -3391963 or 2440908. OLE color: 2440908.

HSL color Cylindrical-coordinate representation of color #CC3E25: hue angle of 8.98º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC3E25 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 62 37 -
CMYK 0 0.70 0.82 0.2
HSL 8.98º 0.69% 0.47% -
HSV(B) 8.98º 0.82% 0.8% -
XYZ 26.96 16.42 3.5 -
YUV 101.61 91.54 201.03 -
System Red Green Blue C M Y K H S L
Decimal 204 62 37 0 0.70 0.82 0.2 8.98 0.69 0.47
Hex CC 3E 25 0 46 52 14 9 45 2F
Octal 314 76 45 0 106 122 24 11 105 57
Binary 11001100 111110 100101 0 1000110 1010010 10100 1001 1000101 101111

Color Harmonies of #CC3E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3E25

Black with #CC3E25

Text Example


Text Example

White with #CC3E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3E25; }

 p { color: rgb(204,62,37); }

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

background-color css

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

 a { background-color: rgb(204,62,37); }

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

border-color css

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

 span { border-color: rgb(204,62,37); }

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