Html Css Color HEX #CA0D4B Crimson

📋 copy color: '#CA0D4B'

red 202 ◦ green 13 ◦ blue 75

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

Shades of Crimson #CA0D4B

Tints of Crimson #CA0D4B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.48%

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 69.66%
G = 4.48%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA0D4B (or 0xCA0D4B) is known color: Crimson. HEX triplet: CA, 0D and 4B. RGB value is (202,13,75). Sum of RGB (Red+Green+Blue) = 202+13+75=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D4B is #35F2B4. Grayscale: #4C4C4C. Windows color (decimal): -3535541 or 4918730. OLE color: 4918730.

HSL color Cylindrical-coordinate representation of color #CA0D4B: hue angle of 340.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0D4B is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 13 75 -
CMYK 0 0.94 0.63 0.21
HSL 340.32º 0.88% 0.42% -
HSV(B) 340.32º 0.94% 0.79% -
XYZ 25.77 13.35 7.88 -
YUV 76.58 127.12 217.46 -
System Red Green Blue C M Y K H S L
Decimal 202 13 75 0 0.94 0.63 0.21 340.32 0.88 0.42
Hex CA D 4B 0 5E 3F 15 154 58 2A
Octal 312 15 113 0 136 77 25 524 130 52
Binary 11001010 1101 1001011 0 1011110 111111 10101 101010100 1011000 101010

Color Harmonies of #CA0D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0D4B

Black with #CA0D4B

Text Example


Text Example

White with #CA0D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0D4B; }

 p { color: rgb(202,13,75); }

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

background-color css

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

 a { background-color: rgb(202,13,75); }

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

border-color css

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

 span { border-color: rgb(202,13,75); }

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