Html Css Color HEX #CA371F Harley Davidson Orange

📋 copy color: '#CA371F'

red 202 ◦ green 55 ◦ blue 31

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

Shades of Harley Davidson Orange #CA371F

Tints of Harley Davidson Orange #CA371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

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

R = 70.14%
G = 19.1%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA371F (or 0xCA371F) is known color: Harley Davidson Orange. HEX triplet: CA, 37 and 1F. RGB value is (202,55,31). Sum of RGB (Red+Green+Blue) = 202+55+31=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA371F is #35C8E0. Grayscale: #606060. Windows color (decimal): -3524833 or 2045898. OLE color: 2045898.

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

Color convert

RGB 202 55 31 -
CMYK 0 0.73 0.85 0.21
HSL 8.42º 0.73% 0.46% -
HSV(B) 8.42º 0.85% 0.79% -
XYZ 25.97 15.39 2.9 -
YUV 96.22 91.2 203.45 -
System Red Green Blue C M Y K H S L
Decimal 202 55 31 0 0.73 0.85 0.21 8.42 0.73 0.46
Hex CA 37 1F 0 49 55 15 8 49 2E
Octal 312 67 37 0 111 125 25 10 111 56
Binary 11001010 110111 11111 0 1001001 1010101 10101 1000 1001001 101110

Color Harmonies of #CA371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA371F

Black with #CA371F

Text Example


Text Example

White with #CA371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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