Html Css Color HEX #CA361C Harley Davidson Orange

📋 copy color: '#CA361C'

red 202 ◦ green 54 ◦ blue 28

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

Shades of Harley Davidson Orange #CA361C

Tints of Harley Davidson Orange #CA361C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 71.13%
G = 19.01%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA361C (or 0xCA361C) is known color: Harley Davidson Orange. HEX triplet: CA, 36 and 1C. RGB value is (202,54,28). Sum of RGB (Red+Green+Blue) = 202+54+28=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA361C is #35C9E3. Grayscale: #5F5F5F. Windows color (decimal): -3525092 or 1849034. OLE color: 1849034.

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

Color convert

RGB 202 54 28 -
CMYK 0 0.73 0.86 0.21
HSL 8.97º 0.76% 0.45% -
HSV(B) 8.97º 0.86% 0.79% -
XYZ 25.89 15.28 2.68 -
YUV 95.29 90.03 204.11 -
System Red Green Blue C M Y K H S L
Decimal 202 54 28 0 0.73 0.86 0.21 8.97 0.76 0.45
Hex CA 36 1C 0 49 56 15 9 4C 2D
Octal 312 66 34 0 111 126 25 11 114 55
Binary 11001010 110110 11100 0 1001001 1010110 10101 1001 1001100 101101

Color Harmonies of #CA361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA361C

Black with #CA361C

Text Example


Text Example

White with #CA361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA361C; }

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

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

background-color css

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

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

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

border-color css

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

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

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