Html Css Color HEX #CA370F Harley Davidson Orange

📋 copy color: '#CA370F'

red 202 ◦ green 55 ◦ blue 15

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

Shades of Harley Davidson Orange #CA370F

Tints of Harley Davidson Orange #CA370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 74.26%
G = 20.22%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CA370F (or 0xCA370F) is known color: Harley Davidson Orange. HEX triplet: CA, 37 and 0F. RGB value is (202,55,15). Sum of RGB (Red+Green+Blue) = 202+55+15=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA370F is #35C8F0. Grayscale: #5E5E5E. Windows color (decimal): -3524849 or 997322. OLE color: 997322.

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

Color convert

RGB 202 55 15 -
CMYK 0 0.73 0.93 0.21
HSL 12.83º 0.86% 0.43% -
HSV(B) 12.83º 0.93% 0.79% -
XYZ 25.81 15.32 2.05 -
YUV 94.39 83.2 204.75 -
System Red Green Blue C M Y K H S L
Decimal 202 55 15 0 0.73 0.93 0.21 12.83 0.86 0.43
Hex CA 37 F 0 49 5D 15 D 56 2B
Octal 312 67 17 0 111 135 25 15 126 53
Binary 11001010 110111 1111 0 1001001 1011101 10101 1101 1010110 101011

Color Harmonies of #CA370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA370F

Black with #CA370F

Text Example


Text Example

White with #CA370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA370F; }

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

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

background-color css

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

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

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

border-color css

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

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

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