Html Css Color HEX #CA370D Harley Davidson Orange

📋 copy color: '#CA370D'

red 202 ◦ green 55 ◦ blue 13

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

Shades of Harley Davidson Orange #CA370D

Tints of Harley Davidson Orange #CA370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.81%

R = 74.81%
G = 20.37%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CA370D (or 0xCA370D) is known color: Harley Davidson Orange. HEX triplet: CA, 37 and 0D. RGB value is (202,55,13). Sum of RGB (Red+Green+Blue) = 202+55+13=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA370D is #35C8F2. Grayscale: #5E5E5E. Windows color (decimal): -3524851 or 866250. OLE color: 866250.

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

Color convert

RGB 202 55 13 -
CMYK 0 0.73 0.94 0.21
HSL 13.33º 0.88% 0.42% -
HSV(B) 13.33º 0.94% 0.79% -
XYZ 25.8 15.32 1.98 -
YUV 94.17 82.2 204.92 -
System Red Green Blue C M Y K H S L
Decimal 202 55 13 0 0.73 0.94 0.21 13.33 0.88 0.42
Hex CA 37 D 0 49 5E 15 D 58 2A
Octal 312 67 15 0 111 136 25 15 130 52
Binary 11001010 110111 1101 0 1001001 1011110 10101 1101 1011000 101010

Color Harmonies of #CA370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA370D

Black with #CA370D

Text Example


Text Example

White with #CA370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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