Html Css Color HEX #CA2333 Cardinal

📋 copy color: '#CA2333'

red 202 ◦ green 35 ◦ blue 51

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

Shades of Cardinal #CA2333

Tints of Cardinal #CA2333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.15%

 BLUE value IS 51 (20.31% from 255) = 17.71%

R = 70.14%
G = 12.15%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA2333 (or 0xCA2333) is known color: Cardinal. HEX triplet: CA, 23 and 33. RGB value is (202,35,51). Sum of RGB (Red+Green+Blue) = 202+35+51=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2333 is #35DCCC. Grayscale: #565656. Windows color (decimal): -3529933 or 3351498. OLE color: 3351498.

HSL color Cylindrical-coordinate representation of color #CA2333: hue angle of 354.25º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2333 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 35 51 -
CMYK 0 0.83 0.75 0.21
HSL 354.25º 0.7% 0.46% -
HSV(B) 354.25º 0.83% 0.79% -
XYZ 25.56 14 4.49 -
YUV 86.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 202 35 51 0 0.83 0.75 0.21 354.25 0.7 0.46
Hex CA 23 33 0 53 4B 15 162 46 2E
Octal 312 43 63 0 123 113 25 542 106 56
Binary 11001010 100011 110011 0 1010011 1001011 10101 101100010 1000110 101110

Color Harmonies of #CA2333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2333

Black with #CA2333

Text Example


Text Example

White with #CA2333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2333; }

 p { color: rgb(202,35,51); }

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

background-color css

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

 a { background-color: rgb(202,35,51); }

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

border-color css

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

 span { border-color: rgb(202,35,51); }

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