Html Css Color HEX #CA083D Crimson

📋 copy color: '#CA083D'

red 202 ◦ green 8 ◦ blue 61

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

Shades of Crimson #CA083D

Tints of Crimson #CA083D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.51%

R = 74.54%
G = 2.95%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA083D (or 0xCA083D) is known color: Crimson. HEX triplet: CA, 08 and 3D. RGB value is (202,8,61). Sum of RGB (Red+Green+Blue) = 202+8+61=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA083D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA083D is #35F7C2. Grayscale: #484848. Windows color (decimal): -3536835 or 3999946. OLE color: 3999946.

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

Color convert

RGB 202 8 61 -
CMYK 0 0.96 0.70 0.21
HSL 343.61º 0.92% 0.41% -
HSV(B) 343.61º 0.96% 0.79% -
XYZ 25.29 13.07 5.6 -
YUV 72.05 121.77 220.69 -
System Red Green Blue C M Y K H S L
Decimal 202 8 61 0 0.96 0.70 0.21 343.61 0.92 0.41
Hex CA 8 3D 0 60 46 15 158 5C 29
Octal 312 10 75 0 140 106 25 530 134 51
Binary 11001010 1000 111101 0 1100000 1000110 10101 101011000 1011100 101001

Color Harmonies of #CA083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA083D

Black with #CA083D

Text Example


Text Example

White with #CA083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA083D; }

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

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

background-color css

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

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

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

border-color css

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

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

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