Html Css Color HEX #CC1F1B Harley Davidson Orange

📋 copy color: '#CC1F1B'

red 204 ◦ green 31 ◦ blue 27

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

Shades of Harley Davidson Orange #CC1F1B

Tints of Harley Davidson Orange #CC1F1B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.83%

 BLUE value IS 27 (10.94% from 255) = 10.31%

R = 77.86%
G = 11.83%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC1F1B (or 0xCC1F1B) is known color: Harley Davidson Orange. HEX triplet: CC, 1F and 1B. RGB value is (204,31,27). Sum of RGB (Red+Green+Blue) = 204+31+27=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1F1B is #33E0E4. Grayscale: #525252. Windows color (decimal): -3399909 or 1777612. OLE color: 1777612.

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

Color convert

RGB 204 31 27 -
CMYK 0 0.85 0.87 0.2
HSL 1.36º 0.77% 0.45% -
HSV(B) 1.36º 0.87% 0.8% -
XYZ 25.59 13.9 2.37 -
YUV 82.27 96.81 214.83 -
System Red Green Blue C M Y K H S L
Decimal 204 31 27 0 0.85 0.87 0.2 1.36 0.77 0.45
Hex CC 1F 1B 0 55 57 14 1 4D 2D
Octal 314 37 33 0 125 127 24 1 115 55
Binary 11001100 11111 11011 0 1010101 1010111 10100 1 1001101 101101

Color Harmonies of #CC1F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1F1B

Black with #CC1F1B

Text Example


Text Example

White with #CC1F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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