Html Css Color HEX #CA0848 Crimson

📋 copy color: '#CA0848'

red 202 ◦ green 8 ◦ blue 72

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

Shades of Crimson #CA0848

Tints of Crimson #CA0848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.84%

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 71.63%
G = 2.84%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA0848 (or 0xCA0848) is known color: Crimson. HEX triplet: CA, 08 and 48. RGB value is (202,8,72). Sum of RGB (Red+Green+Blue) = 202+8+72=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0848 is #35F7B7. Grayscale: #494949. Windows color (decimal): -3536824 or 4720842. OLE color: 4720842.

HSL color Cylindrical-coordinate representation of color #CA0848: hue angle of 340.21º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0848 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 8 72 -
CMYK 0 0.96 0.64 0.21
HSL 340.21º 0.92% 0.41% -
HSV(B) 340.21º 0.96% 0.79% -
XYZ 25.61 13.2 7.33 -
YUV 73.3 127.27 219.8 -
System Red Green Blue C M Y K H S L
Decimal 202 8 72 0 0.96 0.64 0.21 340.21 0.92 0.41
Hex CA 8 48 0 60 40 15 154 5C 29
Octal 312 10 110 0 140 100 25 524 134 51
Binary 11001010 1000 1001000 0 1100000 1000000 10101 101010100 1011100 101001

Color Harmonies of #CA0848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0848

Black with #CA0848

Text Example


Text Example

White with #CA0848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0848; }

 p { color: rgb(202,8,72); }

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

background-color css

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

 a { background-color: rgb(202,8,72); }

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

border-color css

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

 span { border-color: rgb(202,8,72); }

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