Html Css Color HEX #CC431F Harley Davidson Orange

📋 copy color: '#CC431F'

red 204 ◦ green 67 ◦ blue 31

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

Shades of Harley Davidson Orange #CC431F

Tints of Harley Davidson Orange #CC431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.19%

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

R = 67.55%
G = 22.19%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC431F (or 0xCC431F) is known color: Harley Davidson Orange. HEX triplet: CC, 43 and 1F. RGB value is (204,67,31). Sum of RGB (Red+Green+Blue) = 204+67+31=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC431F is #33BCE0. Grayscale: #686868. Windows color (decimal): -3390689 or 2048972. OLE color: 2048972.

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

Color convert

RGB 204 67 31 -
CMYK 0 0.67 0.85 0.2
HSL 12.49º 0.74% 0.46% -
HSV(B) 12.49º 0.85% 0.8% -
XYZ 27.16 16.95 3.14 -
YUV 103.86 86.89 199.43 -
System Red Green Blue C M Y K H S L
Decimal 204 67 31 0 0.67 0.85 0.2 12.49 0.74 0.46
Hex CC 43 1F 0 43 55 14 C 4A 2E
Octal 314 103 37 0 103 125 24 14 112 56
Binary 11001100 1000011 11111 0 1000011 1010101 10100 1100 1001010 101110

Color Harmonies of #CC431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC431F

Black with #CC431F

Text Example


Text Example

White with #CC431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC431F; }

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

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

background-color css

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

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

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

border-color css

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

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

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