Html Css Color HEX #C31E09 Harley Davidson Orange

📋 copy color: '#C31E09'

red 195 ◦ green 30 ◦ blue 9

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

Shades of Harley Davidson Orange #C31E09

Tints of Harley Davidson Orange #C31E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.85%

R = 83.33%
G = 12.82%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C31E09 (or 0xC31E09) is known color: Harley Davidson Orange. HEX triplet: C3, 1E and 09. RGB value is (195,30,9). Sum of RGB (Red+Green+Blue) = 195+30+9=234 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.33% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31E09 is #3CE1F6. Grayscale: #4D4D4D. Windows color (decimal): -3990007 or 597699. OLE color: 597699.

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

Color convert

RGB 195 30 9 -
CMYK 0 0.85 0.95 0.24
HSL 6.77º 0.91% 0.4% -
HSV(B) 6.77º 0.95% 0.76% -
XYZ 23.02 12.55 1.47 -
YUV 76.94 89.66 212.21 -
System Red Green Blue C M Y K H S L
Decimal 195 30 9 0 0.85 0.95 0.24 6.77 0.91 0.4
Hex C3 1E 9 0 55 5F 18 7 5B 28
Octal 303 36 11 0 125 137 30 7 133 50
Binary 11000011 11110 1001 0 1010101 1011111 11000 111 1011011 101000

Color Harmonies of #C31E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E09

Black with #C31E09

Text Example


Text Example

White with #C31E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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