Html Css Color HEX #CC461F Harley Davidson Orange

📋 copy color: '#CC461F'

red 204 ◦ green 70 ◦ blue 31

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

Shades of Harley Davidson Orange #CC461F

Tints of Harley Davidson Orange #CC461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

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

R = 66.89%
G = 22.95%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC461F (or 0xCC461F) is known color: Harley Davidson Orange. HEX triplet: CC, 46 and 1F. RGB value is (204,70,31). Sum of RGB (Red+Green+Blue) = 204+70+31=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC461F is #33B9E0. Grayscale: #696969. Windows color (decimal): -3389921 or 2049740. OLE color: 2049740.

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

Color convert

RGB 204 70 31 -
CMYK 0 0.66 0.85 0.2
HSL 13.53º 0.74% 0.46% -
HSV(B) 13.53º 0.85% 0.8% -
XYZ 27.34 17.32 3.2 -
YUV 105.62 85.89 198.17 -
System Red Green Blue C M Y K H S L
Decimal 204 70 31 0 0.66 0.85 0.2 13.53 0.74 0.46
Hex CC 46 1F 0 42 55 14 E 4A 2E
Octal 314 106 37 0 102 125 24 16 112 56
Binary 11001100 1000110 11111 0 1000010 1010101 10100 1110 1001010 101110

Color Harmonies of #CC461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC461F

Black with #CC461F

Text Example


Text Example

White with #CC461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC461F; }

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

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

background-color css

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

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

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

border-color css

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

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

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