Html Css Color HEX #CF213B Cardinal

📋 copy color: '#CF213B'

red 207 ◦ green 33 ◦ blue 59

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

Shades of Cardinal #CF213B

Tints of Cardinal #CF213B

RGB

 RED value IS 207 (81.25% from 255) = 69.23%

 GREEN value IS 33 (13.28% from 255) = 11.04%

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

R = 69.23%
G = 11.04%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF213B (or 0xCF213B) is known color: Cardinal. HEX triplet: CF, 21 and 3B. RGB value is (207,33,59). Sum of RGB (Red+Green+Blue) = 207+33+59=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF213B is #30DEC4. Grayscale: #585858. Windows color (decimal): -3202757 or 3875279. OLE color: 3875279.

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

Color convert

RGB 207 33 59 -
CMYK 0 0.84 0.71 0.19
HSL 351.03º 0.73% 0.47% -
HSV(B) 351.03º 0.84% 0.81% -
XYZ 27.07 14.67 5.54 -
YUV 87.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 207 33 59 0 0.84 0.71 0.19 351.03 0.73 0.47
Hex CF 21 3B 0 54 47 13 15F 48 2F
Octal 317 41 73 0 124 107 23 537 110 57
Binary 11001111 100001 111011 0 1010100 1000111 10011 101011111 1001000 101111

Color Harmonies of #CF213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF213B

Black with #CF213B

Text Example


Text Example

White with #CF213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF213B; }

 p { color: rgb(207,33,59); }

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

background-color css

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

 a { background-color: rgb(207,33,59); }

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

border-color css

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

 span { border-color: rgb(207,33,59); }

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