Html Css Color HEX #C31E08 Harley Davidson Orange

📋 copy color: '#C31E08'

red 195 ◦ green 30 ◦ blue 8

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

Shades of Harley Davidson Orange #C31E08

Tints of Harley Davidson Orange #C31E08

RGB

 RED value IS 195 (76.56% from 255) = 83.69%

 GREEN value IS 30 (12.11% from 255) = 12.88%

 BLUE value IS 8 (3.52% from 255) = 3.43%

R = 83.69%
G = 12.88%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C31E08 (or 0xC31E08) is known color: Harley Davidson Orange. HEX triplet: C3, 1E and 08. RGB value is (195,30,8). Sum of RGB (Red+Green+Blue) = 195+30+8=233 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.69% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31E08 is #3CE1F7. Grayscale: #4D4D4D. Windows color (decimal): -3990008 or 532163. OLE color: 532163.

HSL color Cylindrical-coordinate representation of color #C31E08: hue angle of 7.06º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C31E08 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 30 8 -
CMYK 0 0.85 0.96 0.24
HSL 7.06º 0.92% 0.4% -
HSV(B) 7.06º 0.96% 0.76% -
XYZ 23.01 12.55 1.44 -
YUV 76.83 89.16 212.29 -
System Red Green Blue C M Y K H S L
Decimal 195 30 8 0 0.85 0.96 0.24 7.06 0.92 0.4
Hex C3 1E 8 0 55 60 18 7 5C 28
Octal 303 36 10 0 125 140 30 7 134 50
Binary 11000011 11110 1000 0 1010101 1100000 11000 111 1011100 101000

Color Harmonies of #C31E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E08

Black with #C31E08

Text Example


Text Example

White with #C31E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E08; }

 p { color: rgb(195,30,8); }

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

background-color css

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

 a { background-color: rgb(195,30,8); }

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

border-color css

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

 span { border-color: rgb(195,30,8); }

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