Html Css Color HEX #CA0338 Crimson

📋 copy color: '#CA0338'

red 202 ◦ green 3 ◦ blue 56

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

Shades of Crimson #CA0338

Tints of Crimson #CA0338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.46%

R = 77.39%
G = 1.15%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA0338 (or 0xCA0338) is known color: Crimson. HEX triplet: CA, 03 and 38. RGB value is (202,3,56). Sum of RGB (Red+Green+Blue) = 202+3+56=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0338 is #35FCC7. Grayscale: #444444. Windows color (decimal): -3538120 or 3670986. OLE color: 3670986.

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

Color convert

RGB 202 3 56 -
CMYK 0 0.99 0.72 0.21
HSL 344.02º 0.97% 0.4% -
HSV(B) 344.02º 0.99% 0.79% -
XYZ 25.1 12.91 4.91 -
YUV 68.54 120.93 223.19 -
System Red Green Blue C M Y K H S L
Decimal 202 3 56 0 0.99 0.72 0.21 344.02 0.97 0.4
Hex CA 3 38 0 63 48 15 158 61 28
Octal 312 3 70 0 143 110 25 530 141 50
Binary 11001010 11 111000 0 1100011 1001000 10101 101011000 1100001 101000

Color Harmonies of #CA0338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0338

Black with #CA0338

Text Example


Text Example

White with #CA0338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0338; }

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

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

background-color css

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

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

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

border-color css

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

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

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