Html Css Color HEX #CA381B Harley Davidson Orange

📋 copy color: '#CA381B'

red 202 ◦ green 56 ◦ blue 27

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

Shades of Harley Davidson Orange #CA381B

Tints of Harley Davidson Orange #CA381B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.65%

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

R = 70.88%
G = 19.65%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA381B (or 0xCA381B) is known color: Harley Davidson Orange. HEX triplet: CA, 38 and 1B. RGB value is (202,56,27). Sum of RGB (Red+Green+Blue) = 202+56+27=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA381B is #35C7E4. Grayscale: #606060. Windows color (decimal): -3524581 or 1784010. OLE color: 1784010.

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

Color convert

RGB 202 56 27 -
CMYK 0 0.72 0.87 0.21
HSL 9.94º 0.76% 0.45% -
HSV(B) 9.94º 0.87% 0.79% -
XYZ 25.97 15.46 2.65 -
YUV 96.35 88.87 203.36 -
System Red Green Blue C M Y K H S L
Decimal 202 56 27 0 0.72 0.87 0.21 9.94 0.76 0.45
Hex CA 38 1B 0 48 57 15 A 4C 2D
Octal 312 70 33 0 110 127 25 12 114 55
Binary 11001010 111000 11011 0 1001000 1010111 10101 1010 1001100 101101

Color Harmonies of #CA381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA381B

Black with #CA381B

Text Example


Text Example

White with #CA381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA381B; }

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

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

background-color css

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

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

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

border-color css

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

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

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