Html Css Color HEX #CC3D25 Harley Davidson Orange

📋 copy color: '#CC3D25'

red 204 ◦ green 61 ◦ blue 37

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

Shades of Harley Davidson Orange #CC3D25

Tints of Harley Davidson Orange #CC3D25

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.2%

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

R = 67.55%
G = 20.2%
B = 12.25%

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

#CC3D25 (or 0xCC3D25) is known color: Harley Davidson Orange. HEX triplet: CC, 3D and 25. RGB value is (204,61,37). Sum of RGB (Red+Green+Blue) = 204+61+37=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D25 is #33C2DA. Grayscale: #656565. Windows color (decimal): -3392219 or 2440652. OLE color: 2440652.

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

Color convert

RGB 204 61 37 -
CMYK 0 0.70 0.82 0.2
HSL 8.62º 0.69% 0.47% -
HSV(B) 8.62º 0.82% 0.8% -
XYZ 26.9 16.31 3.48 -
YUV 101.02 91.88 201.45 -
System Red Green Blue C M Y K H S L
Decimal 204 61 37 0 0.70 0.82 0.2 8.62 0.69 0.47
Hex CC 3D 25 0 46 52 14 9 45 2F
Octal 314 75 45 0 106 122 24 11 105 57
Binary 11001100 111101 100101 0 1000110 1010010 10100 1001 1000101 101111

Color Harmonies of #CC3D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3D25

Black with #CC3D25

Text Example


Text Example

White with #CC3D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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