Html Css Color HEX #CA281B Harley Davidson Orange

📋 copy color: '#CA281B'

red 202 ◦ green 40 ◦ blue 27

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

Shades of Harley Davidson Orange #CA281B

Tints of Harley Davidson Orange #CA281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

 BLUE value IS 27 (10.94% from 255) = 10.04%

R = 75.09%
G = 14.87%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA281B (or 0xCA281B) is known color: Harley Davidson Orange. HEX triplet: CA, 28 and 1B. RGB value is (202,40,27). Sum of RGB (Red+Green+Blue) = 202+40+27=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA281B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA281B is #35D7E4. Grayscale: #575757. Windows color (decimal): -3528677 or 1779914. OLE color: 1779914.

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

Color convert

RGB 202 40 27 -
CMYK 0 0.80 0.87 0.21
HSL 4.46º 0.76% 0.45% -
HSV(B) 4.46º 0.87% 0.79% -
XYZ 25.31 14.15 2.43 -
YUV 86.96 94.17 210.06 -
System Red Green Blue C M Y K H S L
Decimal 202 40 27 0 0.80 0.87 0.21 4.46 0.76 0.45
Hex CA 28 1B 0 50 57 15 4 4C 2D
Octal 312 50 33 0 120 127 25 4 114 55
Binary 11001010 101000 11011 0 1010000 1010111 10101 100 1001100 101101

Color Harmonies of #CA281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA281B

Black with #CA281B

Text Example


Text Example

White with #CA281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA281B; }

 p { color: rgb(202,40,27); }

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

background-color css

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

 a { background-color: rgb(202,40,27); }

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

border-color css

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

 span { border-color: rgb(202,40,27); }

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