Html Css Color HEX #CA083B Crimson

📋 copy color: '#CA083B'

red 202 ◦ green 8 ◦ blue 59

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

Shades of Crimson #CA083B

Tints of Crimson #CA083B

RGB

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

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

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

R = 75.09%
G = 2.97%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA083B (or 0xCA083B) is known color: Crimson. HEX triplet: CA, 08 and 3B. RGB value is (202,8,59). Sum of RGB (Red+Green+Blue) = 202+8+59=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA083B is #35F7C4. Grayscale: #474747. Windows color (decimal): -3536837 or 3868874. OLE color: 3868874.

HSL color Cylindrical-coordinate representation of color #CA083B: hue angle of 344.23º 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 #CA083B is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 8 59 -
CMYK 0 0.96 0.71 0.21
HSL 344.23º 0.92% 0.41% -
HSV(B) 344.23º 0.96% 0.79% -
XYZ 25.23 13.05 5.33 -
YUV 71.82 120.77 220.85 -
System Red Green Blue C M Y K H S L
Decimal 202 8 59 0 0.96 0.71 0.21 344.23 0.92 0.41
Hex CA 8 3B 0 60 47 15 158 5C 29
Octal 312 10 73 0 140 107 25 530 134 51
Binary 11001010 1000 111011 0 1100000 1000111 10101 101011000 1011100 101001

Color Harmonies of #CA083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA083B

Black with #CA083B

Text Example


Text Example

White with #CA083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA083B; }

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

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

background-color css

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

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

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

border-color css

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

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

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