Html Css Color HEX #CA003B Crimson

📋 copy color: '#CA003B'

red 202 ◦ green 0 ◦ blue 59

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

Shades of Crimson #CA003B

Tints of Crimson #CA003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 59 (23.44% from 255) = 22.61%

R = 77.39%
G = 0%
B = 22.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA003B (or 0xCA003B) is known color: Crimson. HEX triplet: CA, 00 and 3B. RGB value is (202,0,59). Sum of RGB (Red+Green+Blue) = 202+0+59=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA003B is #35FFC4. Grayscale: #434343. Windows color (decimal): -3538885 or 3866826. OLE color: 3866826.

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

Color convert

RGB 202 0 59 -
CMYK 0 1 0.71 0.21
HSL 342.48º 1% 0.4% -
HSV(B) 342.48º 1% 0.79% -
XYZ 25.15 12.87 5.3 -
YUV 67.12 123.42 224.2 -
System Red Green Blue C M Y K H S L
Decimal 202 0 59 0 1 0.71 0.21 342.48 1 0.4
Hex CA 0 3B 0 64 47 15 156 64 28
Octal 312 0 73 0 144 107 25 526 144 50
Binary 11001010 0 111011 0 1100100 1000111 10101 101010110 1100100 101000

Color Harmonies of #CA003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA003B

Black with #CA003B

Text Example


Text Example

White with #CA003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA003B; }

 p { color: rgb(202,0,59); }

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

background-color css

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

 a { background-color: rgb(202,0,59); }

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

border-color css

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

 span { border-color: rgb(202,0,59); }

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