Html Css Color HEX #CA0334 Crimson

📋 copy color: '#CA0334'

red 202 ◦ green 3 ◦ blue 52

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

Shades of Crimson #CA0334

Tints of Crimson #CA0334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 52 (20.7% from 255) = 20.23%

R = 78.6%
G = 1.17%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA0334 (or 0xCA0334) is known color: Crimson. HEX triplet: CA, 03 and 34. RGB value is (202,3,52). Sum of RGB (Red+Green+Blue) = 202+3+52=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0334 is #35FCCB. Grayscale: #444444. Windows color (decimal): -3538124 or 3408842. OLE color: 3408842.

HSL color Cylindrical-coordinate representation of color #CA0334: hue angle of 345.23º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0334 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 52 -
CMYK 0 0.99 0.74 0.21
HSL 345.23º 0.97% 0.4% -
HSV(B) 345.23º 0.99% 0.79% -
XYZ 25.01 12.87 4.41 -
YUV 68.09 118.93 223.52 -
System Red Green Blue C M Y K H S L
Decimal 202 3 52 0 0.99 0.74 0.21 345.23 0.97 0.4
Hex CA 3 34 0 63 4A 15 159 61 28
Octal 312 3 64 0 143 112 25 531 141 50
Binary 11001010 11 110100 0 1100011 1001010 10101 101011001 1100001 101000

Color Harmonies of #CA0334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0334

Black with #CA0334

Text Example


Text Example

White with #CA0334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0334; }

 p { color: rgb(202,3,52); }

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

background-color css

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

 a { background-color: rgb(202,3,52); }

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

border-color css

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

 span { border-color: rgb(202,3,52); }

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