Html Css Color HEX #CA232F Cardinal

📋 copy color: '#CA232F'

red 202 ◦ green 35 ◦ blue 47

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

Shades of Cardinal #CA232F

Tints of Cardinal #CA232F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 71.13%
G = 12.32%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA232F (or 0xCA232F) is known color: Cardinal. HEX triplet: CA, 23 and 2F. RGB value is (202,35,47). Sum of RGB (Red+Green+Blue) = 202+35+47=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA232F is #35DCD0. Grayscale: #565656. Windows color (decimal): -3529937 or 3089354. OLE color: 3089354.

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

Color convert

RGB 202 35 47 -
CMYK 0 0.83 0.77 0.21
HSL 355.69º 0.7% 0.46% -
HSV(B) 355.69º 0.83% 0.79% -
XYZ 25.47 13.96 4.04 -
YUV 86.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 202 35 47 0 0.83 0.77 0.21 355.69 0.7 0.46
Hex CA 23 2F 0 53 4D 15 164 46 2E
Octal 312 43 57 0 123 115 25 544 106 56
Binary 11001010 100011 101111 0 1010011 1001101 10101 101100100 1000110 101110

Color Harmonies of #CA232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA232F

Black with #CA232F

Text Example


Text Example

White with #CA232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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