Html Css Color HEX #CC3D23 Harley Davidson Orange

📋 copy color: '#CC3D23'

red 204 ◦ green 61 ◦ blue 35

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

Shades of Harley Davidson Orange #CC3D23

Tints of Harley Davidson Orange #CC3D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.67%

R = 68%
G = 20.33%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC3D23 (or 0xCC3D23) is known color: Harley Davidson Orange. HEX triplet: CC, 3D and 23. RGB value is (204,61,35). Sum of RGB (Red+Green+Blue) = 204+61+35=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D23 is #33C2DC. Grayscale: #656565. Windows color (decimal): -3392221 or 2309580. OLE color: 2309580.

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

Color convert

RGB 204 61 35 -
CMYK 0 0.70 0.83 0.2
HSL 9.23º 0.71% 0.47% -
HSV(B) 9.23º 0.83% 0.8% -
XYZ 26.87 16.3 3.32 -
YUV 100.79 90.88 201.61 -
System Red Green Blue C M Y K H S L
Decimal 204 61 35 0 0.70 0.83 0.2 9.23 0.71 0.47
Hex CC 3D 23 0 46 53 14 9 47 2F
Octal 314 75 43 0 106 123 24 11 107 57
Binary 11001100 111101 100011 0 1000110 1010011 10100 1001 1000111 101111

Color Harmonies of #CC3D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3D23

Black with #CC3D23

Text Example


Text Example

White with #CC3D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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