Html Css Color HEX #CA263B Cardinal

📋 copy color: '#CA263B'

red 202 ◦ green 38 ◦ blue 59

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

Shades of Cardinal #CA263B

Tints of Cardinal #CA263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.71%

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

R = 67.56%
G = 12.71%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA263B (or 0xCA263B) is known color: Cardinal. HEX triplet: CA, 26 and 3B. RGB value is (202,38,59). Sum of RGB (Red+Green+Blue) = 202+38+59=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA263B is #35D9C4. Grayscale: #595959. Windows color (decimal): -3529157 or 3876554. OLE color: 3876554.

HSL color Cylindrical-coordinate representation of color #CA263B: hue angle of 352.32º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA263B is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 38 59 -
CMYK 0 0.81 0.71 0.21
HSL 352.32º 0.68% 0.47% -
HSV(B) 352.32º 0.81% 0.79% -
XYZ 25.84 14.26 5.53 -
YUV 89.43 110.83 208.29 -
System Red Green Blue C M Y K H S L
Decimal 202 38 59 0 0.81 0.71 0.21 352.32 0.68 0.47
Hex CA 26 3B 0 51 47 15 160 44 2F
Octal 312 46 73 0 121 107 25 540 104 57
Binary 11001010 100110 111011 0 1010001 1000111 10101 101100000 1000100 101111

Color Harmonies of #CA263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA263B

Black with #CA263B

Text Example


Text Example

White with #CA263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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