Html Css Color HEX #CC241F Harley Davidson Orange

📋 copy color: '#CC241F'

red 204 ◦ green 36 ◦ blue 31

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

Shades of Harley Davidson Orange #CC241F

Tints of Harley Davidson Orange #CC241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.28%

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 75.28%
G = 13.28%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC241F (or 0xCC241F) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 1F. RGB value is (204,36,31). Sum of RGB (Red+Green+Blue) = 204+36+31=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC241F is #33DBE0. Grayscale: #555555. Windows color (decimal): -3398625 or 2041036. OLE color: 2041036.

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

Color convert

RGB 204 36 31 -
CMYK 0 0.82 0.85 0.2
HSL 1.73º 0.74% 0.46% -
HSV(B) 1.73º 0.85% 0.8% -
XYZ 25.78 14.2 2.68 -
YUV 85.66 97.16 212.41 -
System Red Green Blue C M Y K H S L
Decimal 204 36 31 0 0.82 0.85 0.2 1.73 0.74 0.46
Hex CC 24 1F 0 52 55 14 2 4A 2E
Octal 314 44 37 0 122 125 24 2 112 56
Binary 11001100 100100 11111 0 1010010 1010101 10100 10 1001010 101110

Color Harmonies of #CC241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC241F

Black with #CC241F

Text Example


Text Example

White with #CC241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC241F; }

 p { color: rgb(204,36,31); }

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

background-color css

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

 a { background-color: rgb(204,36,31); }

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

border-color css

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

 span { border-color: rgb(204,36,31); }

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