Html Css Color HEX #C31C02 Harley Davidson Orange

📋 copy color: '#C31C02'

red 195 ◦ green 28 ◦ blue 2

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

Shades of Harley Davidson Orange #C31C02

Tints of Harley Davidson Orange #C31C02

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.44%

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 86.67%
G = 12.44%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C31C02 (or 0xC31C02) is known color: Harley Davidson Orange. HEX triplet: C3, 1C and 02. RGB value is (195,28,2). Sum of RGB (Red+Green+Blue) = 195+28+2=225 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.67% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31C02 is #3CE3FD. Grayscale: #4B4B4B. Windows color (decimal): -3990526 or 138435. OLE color: 138435.

HSL color Cylindrical-coordinate representation of color #C31C02: hue angle of 8.08º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C31C02 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 28 2 -
CMYK 0 0.86 0.99 0.24
HSL 8.08º 0.98% 0.39% -
HSV(B) 8.08º 0.99% 0.76% -
XYZ 22.93 12.44 1.25 -
YUV 74.97 86.83 213.61 -
System Red Green Blue C M Y K H S L
Decimal 195 28 2 0 0.86 0.99 0.24 8.08 0.98 0.39
Hex C3 1C 2 0 56 63 18 8 62 27
Octal 303 34 2 0 126 143 30 10 142 47
Binary 11000011 11100 10 0 1010110 1100011 11000 1000 1100010 100111

Color Harmonies of #C31C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C02

Black with #C31C02

Text Example


Text Example

White with #C31C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C02; }

 p { color: rgb(195,28,2); }

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

background-color css

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

 a { background-color: rgb(195,28,2); }

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

border-color css

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

 span { border-color: rgb(195,28,2); }

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