Html Css Color HEX #CC3B23 Harley Davidson Orange

📋 copy color: '#CC3B23'

red 204 ◦ green 59 ◦ blue 35

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

Shades of Harley Davidson Orange #CC3B23

Tints of Harley Davidson Orange #CC3B23

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.8%

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

R = 68.46%
G = 19.8%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC3B23 (or 0xCC3B23) is known color: Harley Davidson Orange. HEX triplet: CC, 3B and 23. RGB value is (204,59,35). Sum of RGB (Red+Green+Blue) = 204+59+35=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3B23 is #33C4DC. Grayscale: #636363. Windows color (decimal): -3392733 or 2309068. OLE color: 2309068.

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

Color convert

RGB 204 59 35 -
CMYK 0 0.71 0.83 0.2
HSL 8.52º 0.71% 0.47% -
HSV(B) 8.52º 0.83% 0.8% -
XYZ 26.77 16.09 3.28 -
YUV 99.62 91.54 202.45 -
System Red Green Blue C M Y K H S L
Decimal 204 59 35 0 0.71 0.83 0.2 8.52 0.71 0.47
Hex CC 3B 23 0 47 53 14 9 47 2F
Octal 314 73 43 0 107 123 24 11 107 57
Binary 11001100 111011 100011 0 1000111 1010011 10100 1001 1000111 101111

Color Harmonies of #CC3B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3B23

Black with #CC3B23

Text Example


Text Example

White with #CC3B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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