Html Css Color HEX #CF213D Cardinal

📋 copy color: '#CF213D'

red 207 ◦ green 33 ◦ blue 61

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

Shades of Cardinal #CF213D

Tints of Cardinal #CF213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.27%

R = 68.77%
G = 10.96%
B = 20.27%

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

#CF213D (or 0xCF213D) is known color: Cardinal. HEX triplet: CF, 21 and 3D. RGB value is (207,33,61). Sum of RGB (Red+Green+Blue) = 207+33+61=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF213D is #30DEC2. Grayscale: #585858. Windows color (decimal): -3202755 or 4006351. OLE color: 4006351.

HSL color Cylindrical-coordinate representation of color #CF213D: hue angle of 350.34º 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 #CF213D is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 33 61 -
CMYK 0 0.84 0.71 0.19
HSL 350.34º 0.73% 0.47% -
HSV(B) 350.34º 0.84% 0.81% -
XYZ 27.12 14.69 5.82 -
YUV 88.22 112.65 212.72 -
System Red Green Blue C M Y K H S L
Decimal 207 33 61 0 0.84 0.71 0.19 350.34 0.73 0.47
Hex CF 21 3D 0 54 47 13 15E 48 2F
Octal 317 41 75 0 124 107 23 536 110 57
Binary 11001111 100001 111101 0 1010100 1000111 10011 101011110 1001000 101111

Color Harmonies of #CF213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF213D

Black with #CF213D

Text Example


Text Example

White with #CF213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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