Html Css Color HEX #CC421C Harley Davidson Orange

📋 copy color: '#CC421C'

red 204 ◦ green 66 ◦ blue 28

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

Shades of Harley Davidson Orange #CC421C

Tints of Harley Davidson Orange #CC421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 68.46%
G = 22.15%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC421C (or 0xCC421C) is known color: Harley Davidson Orange. HEX triplet: CC, 42 and 1C. RGB value is (204,66,28). Sum of RGB (Red+Green+Blue) = 204+66+28=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC421C is #33BDE3. Grayscale: #676767. Windows color (decimal): -3390948 or 1852108. OLE color: 1852108.

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

Color convert

RGB 204 66 28 -
CMYK 0 0.68 0.86 0.2
HSL 12.95º 0.76% 0.45% -
HSV(B) 12.95º 0.86% 0.8% -
XYZ 27.06 16.82 2.92 -
YUV 102.93 85.72 200.09 -
System Red Green Blue C M Y K H S L
Decimal 204 66 28 0 0.68 0.86 0.2 12.95 0.76 0.45
Hex CC 42 1C 0 44 56 14 D 4C 2D
Octal 314 102 34 0 104 126 24 15 114 55
Binary 11001100 1000010 11100 0 1000100 1010110 10100 1101 1001100 101101

Color Harmonies of #CC421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC421C

Black with #CC421C

Text Example


Text Example

White with #CC421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC421C; }

 p { color: rgb(204,66,28); }

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

background-color css

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

 a { background-color: rgb(204,66,28); }

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

border-color css

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

 span { border-color: rgb(204,66,28); }

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