Html Css Color HEX #CA0F4A Crimson

📋 copy color: '#CA0F4A'

red 202 ◦ green 15 ◦ blue 74

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

Shades of Crimson #CA0F4A

Tints of Crimson #CA0F4A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.15%

 BLUE value IS 74 (29.3% from 255) = 25.43%

R = 69.42%
G = 5.15%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA0F4A (or 0xCA0F4A) is known color: Crimson. HEX triplet: CA, 0F and 4A. RGB value is (202,15,74). Sum of RGB (Red+Green+Blue) = 202+15+74=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0F4A is #35F0B5. Grayscale: #4D4D4D. Windows color (decimal): -3535030 or 4853706. OLE color: 4853706.

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

Color convert

RGB 202 15 74 -
CMYK 0 0.93 0.63 0.21
HSL 341.07º 0.86% 0.43% -
HSV(B) 341.07º 0.93% 0.79% -
XYZ 25.76 13.39 7.71 -
YUV 77.64 125.95 216.7 -
System Red Green Blue C M Y K H S L
Decimal 202 15 74 0 0.93 0.63 0.21 341.07 0.86 0.43
Hex CA F 4A 0 5D 3F 15 155 56 2B
Octal 312 17 112 0 135 77 25 525 126 53
Binary 11001010 1111 1001010 0 1011101 111111 10101 101010101 1010110 101011

Color Harmonies of #CA0F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0F4A

Black with #CA0F4A

Text Example


Text Example

White with #CA0F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0F4A; }

 p { color: rgb(202,15,74); }

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

background-color css

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

 a { background-color: rgb(202,15,74); }

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

border-color css

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

 span { border-color: rgb(202,15,74); }

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