Html Css Color HEX #CA1F02 Harley Davidson Orange

📋 copy color: '#CA1F02'

red 202 ◦ green 31 ◦ blue 2

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

Shades of Harley Davidson Orange #CA1F02

Tints of Harley Davidson Orange #CA1F02

RGB

 RED value IS 202 (79.3% from 255) = 85.96%

 GREEN value IS 31 (12.5% from 255) = 13.19%

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

R = 85.96%
G = 13.19%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA1F02 (or 0xCA1F02) is known color: Harley Davidson Orange. HEX triplet: CA, 1F and 02. RGB value is (202,31,2). Sum of RGB (Red+Green+Blue) = 202+31+2=235 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.96% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1F02 is #35E0FD. Grayscale: #4F4F4F. Windows color (decimal): -3531006 or 139210. OLE color: 139210.

HSL color Cylindrical-coordinate representation of color #CA1F02: hue angle of 8.7º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA1F02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 31 2 -
CMYK 0 0.85 0.99 0.21
HSL 8.7º 0.98% 0.4% -
HSV(B) 8.7º 0.99% 0.79% -
XYZ 24.86 13.54 1.36 -
YUV 78.82 84.65 215.86 -
System Red Green Blue C M Y K H S L
Decimal 202 31 2 0 0.85 0.99 0.21 8.7 0.98 0.4
Hex CA 1F 2 0 55 63 15 9 62 28
Octal 312 37 2 0 125 143 25 11 142 50
Binary 11001010 11111 10 0 1010101 1100011 10101 1001 1100010 101000

Color Harmonies of #CA1F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F02

Black with #CA1F02

Text Example


Text Example

White with #CA1F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F02; }

 p { color: rgb(202,31,2); }

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

background-color css

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

 a { background-color: rgb(202,31,2); }

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

border-color css

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

 span { border-color: rgb(202,31,2); }

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