Html Css Color HEX #CA241B Harley Davidson Orange

📋 copy color: '#CA241B'

red 202 ◦ green 36 ◦ blue 27

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

Shades of Harley Davidson Orange #CA241B

Tints of Harley Davidson Orange #CA241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.58%

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

R = 76.23%
G = 13.58%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA241B (or 0xCA241B) is known color: Harley Davidson Orange. HEX triplet: CA, 24 and 1B. RGB value is (202,36,27). Sum of RGB (Red+Green+Blue) = 202+36+27=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA241B is #35DBE4. Grayscale: #545454. Windows color (decimal): -3529701 or 1778890. OLE color: 1778890.

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

Color convert

RGB 202 36 27 -
CMYK 0 0.82 0.87 0.21
HSL 3.09º 0.76% 0.45% -
HSV(B) 3.09º 0.87% 0.79% -
XYZ 25.19 13.9 2.39 -
YUV 84.61 95.5 211.73 -
System Red Green Blue C M Y K H S L
Decimal 202 36 27 0 0.82 0.87 0.21 3.09 0.76 0.45
Hex CA 24 1B 0 52 57 15 3 4C 2D
Octal 312 44 33 0 122 127 25 3 114 55
Binary 11001010 100100 11011 0 1010010 1010111 10101 11 1001100 101101

Color Harmonies of #CA241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA241B

Black with #CA241B

Text Example


Text Example

White with #CA241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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