Html Css Color HEX #CA360F Harley Davidson Orange

📋 copy color: '#CA360F'

red 202 ◦ green 54 ◦ blue 15

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

Shades of Harley Davidson Orange #CA360F

Tints of Harley Davidson Orange #CA360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

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

R = 74.54%
G = 19.93%
B = 5.54%

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

#CA360F (or 0xCA360F) is known color: Harley Davidson Orange. HEX triplet: CA, 36 and 0F. RGB value is (202,54,15). Sum of RGB (Red+Green+Blue) = 202+54+15=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA360F is #35C9F0. Grayscale: #5E5E5E. Windows color (decimal): -3525105 or 997066. OLE color: 997066.

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

Color convert

RGB 202 54 15 -
CMYK 0 0.73 0.93 0.21
HSL 12.51º 0.86% 0.43% -
HSV(B) 12.51º 0.93% 0.79% -
XYZ 25.76 15.23 2.03 -
YUV 93.81 83.53 205.17 -
System Red Green Blue C M Y K H S L
Decimal 202 54 15 0 0.73 0.93 0.21 12.51 0.86 0.43
Hex CA 36 F 0 49 5D 15 D 56 2B
Octal 312 66 17 0 111 135 25 15 126 53
Binary 11001010 110110 1111 0 1001001 1011101 10101 1101 1010110 101011

Color Harmonies of #CA360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA360F

Black with #CA360F

Text Example


Text Example

White with #CA360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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