Html Css Color HEX #CA321F Harley Davidson Orange

📋 copy color: '#CA321F'

red 202 ◦ green 50 ◦ blue 31

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

Shades of Harley Davidson Orange #CA321F

Tints of Harley Davidson Orange #CA321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.67%

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

R = 71.38%
G = 17.67%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA321F (or 0xCA321F) is known color: Harley Davidson Orange. HEX triplet: CA, 32 and 1F. RGB value is (202,50,31). Sum of RGB (Red+Green+Blue) = 202+50+31=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA321F is #35CDE0. Grayscale: #5D5D5D. Windows color (decimal): -3526113 or 2044618. OLE color: 2044618.

HSL color Cylindrical-coordinate representation of color #CA321F: hue angle of 6.67º 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 #CA321F is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 50 31 -
CMYK 0 0.75 0.85 0.21
HSL 6.67º 0.73% 0.46% -
HSV(B) 6.67º 0.85% 0.79% -
XYZ 25.75 14.94 2.82 -
YUV 93.28 92.86 205.54 -
System Red Green Blue C M Y K H S L
Decimal 202 50 31 0 0.75 0.85 0.21 6.67 0.73 0.46
Hex CA 32 1F 0 4B 55 15 7 49 2E
Octal 312 62 37 0 113 125 25 7 111 56
Binary 11001010 110010 11111 0 1001011 1010101 10101 111 1001001 101110

Color Harmonies of #CA321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA321F

Black with #CA321F

Text Example


Text Example

White with #CA321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA321F; }

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

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

background-color css

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

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

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

border-color css

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

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

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