Html Css Color HEX #CA401B Harley Davidson Orange

📋 copy color: '#CA401B'

red 202 ◦ green 64 ◦ blue 27

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

Shades of Harley Davidson Orange #CA401B

Tints of Harley Davidson Orange #CA401B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.84%

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

R = 68.94%
G = 21.84%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA401B (or 0xCA401B) is known color: Harley Davidson Orange. HEX triplet: CA, 40 and 1B. RGB value is (202,64,27). Sum of RGB (Red+Green+Blue) = 202+64+27=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA401B is #35BFE4. Grayscale: #656565. Windows color (decimal): -3522533 or 1786058. OLE color: 1786058.

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

Color convert

RGB 202 64 27 -
CMYK 0 0.68 0.87 0.21
HSL 12.69º 0.76% 0.45% -
HSV(B) 12.69º 0.87% 0.79% -
XYZ 26.39 16.3 2.79 -
YUV 101.04 86.22 200.01 -
System Red Green Blue C M Y K H S L
Decimal 202 64 27 0 0.68 0.87 0.21 12.69 0.76 0.45
Hex CA 40 1B 0 44 57 15 D 4C 2D
Octal 312 100 33 0 104 127 25 15 114 55
Binary 11001010 1000000 11011 0 1000100 1010111 10101 1101 1001100 101101

Color Harmonies of #CA401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA401B

Black with #CA401B

Text Example


Text Example

White with #CA401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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